home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / encodings / koi8_r.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  4KB  |  167 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. """ Python Character Mapping Codec generated from 'KOI8-R.TXT' with gencodec.py.
  5.  
  6. Written by Marc-Andre Lemburg (mal@lemburg.com).
  7.  
  8. (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
  9. (c) Copyright 2000 Guido van Rossum.
  10.  
  11. """
  12. import codecs
  13.  
  14. class Codec(codecs.Codec):
  15.     
  16.     def encode(self, input, errors = 'strict'):
  17.         return codecs.charmap_encode(input, errors, encoding_map)
  18.  
  19.     
  20.     def decode(self, input, errors = 'strict'):
  21.         return codecs.charmap_decode(input, errors, decoding_map)
  22.  
  23.  
  24.  
  25. class StreamWriter(Codec, codecs.StreamWriter):
  26.     pass
  27.  
  28.  
  29. class StreamReader(Codec, codecs.StreamReader):
  30.     pass
  31.  
  32.  
  33. def getregentry():
  34.     return (Codec().encode, Codec().decode, StreamReader, StreamWriter)
  35.  
  36. decoding_map = codecs.make_identity_dict(range(256))
  37. decoding_map.update({
  38.     128: 9472,
  39.     129: 9474,
  40.     130: 9484,
  41.     131: 9488,
  42.     132: 9492,
  43.     133: 9496,
  44.     134: 9500,
  45.     135: 9508,
  46.     136: 9516,
  47.     137: 9524,
  48.     138: 9532,
  49.     139: 9600,
  50.     140: 9604,
  51.     141: 9608,
  52.     142: 9612,
  53.     143: 9616,
  54.     144: 9617,
  55.     145: 9618,
  56.     146: 9619,
  57.     147: 8992,
  58.     148: 9632,
  59.     149: 8729,
  60.     150: 8730,
  61.     151: 8776,
  62.     152: 8804,
  63.     153: 8805,
  64.     154: 160,
  65.     155: 8993,
  66.     156: 176,
  67.     157: 178,
  68.     158: 183,
  69.     159: 247,
  70.     160: 9552,
  71.     161: 9553,
  72.     162: 9554,
  73.     163: 1105,
  74.     164: 9555,
  75.     165: 9556,
  76.     166: 9557,
  77.     167: 9558,
  78.     168: 9559,
  79.     169: 9560,
  80.     170: 9561,
  81.     171: 9562,
  82.     172: 9563,
  83.     173: 9564,
  84.     174: 9565,
  85.     175: 9566,
  86.     176: 9567,
  87.     177: 9568,
  88.     178: 9569,
  89.     179: 1025,
  90.     180: 9570,
  91.     181: 9571,
  92.     182: 9572,
  93.     183: 9573,
  94.     184: 9574,
  95.     185: 9575,
  96.     186: 9576,
  97.     187: 9577,
  98.     188: 9578,
  99.     189: 9579,
  100.     190: 9580,
  101.     191: 169,
  102.     192: 1102,
  103.     193: 1072,
  104.     194: 1073,
  105.     195: 1094,
  106.     196: 1076,
  107.     197: 1077,
  108.     198: 1092,
  109.     199: 1075,
  110.     200: 1093,
  111.     201: 1080,
  112.     202: 1081,
  113.     203: 1082,
  114.     204: 1083,
  115.     205: 1084,
  116.     206: 1085,
  117.     207: 1086,
  118.     208: 1087,
  119.     209: 1103,
  120.     210: 1088,
  121.     211: 1089,
  122.     212: 1090,
  123.     213: 1091,
  124.     214: 1078,
  125.     215: 1074,
  126.     216: 1100,
  127.     217: 1099,
  128.     218: 1079,
  129.     219: 1096,
  130.     220: 1101,
  131.     221: 1097,
  132.     222: 1095,
  133.     223: 1098,
  134.     224: 1070,
  135.     225: 1040,
  136.     226: 1041,
  137.     227: 1062,
  138.     228: 1044,
  139.     229: 1045,
  140.     230: 1060,
  141.     231: 1043,
  142.     232: 1061,
  143.     233: 1048,
  144.     234: 1049,
  145.     235: 1050,
  146.     236: 1051,
  147.     237: 1052,
  148.     238: 1053,
  149.     239: 1054,
  150.     240: 1055,
  151.     241: 1071,
  152.     242: 1056,
  153.     243: 1057,
  154.     244: 1058,
  155.     245: 1059,
  156.     246: 1046,
  157.     247: 1042,
  158.     248: 1068,
  159.     249: 1067,
  160.     250: 1047,
  161.     251: 1064,
  162.     252: 1069,
  163.     253: 1065,
  164.     254: 1063,
  165.     255: 1066 })
  166. encoding_map = codecs.make_encoding_map(decoding_map)
  167.